A list of definitions
January 31, 2004
Russ Weakley of Maxdesign has written an article all about html definition lists. It includes possible uses for these rarely used tags, and also gives examples of use with great styles.
<dl>
<dt>Winter</dt>
<dd>Cold and dark</dd>
<dt>Summer</dt>
<dd>Warm and bright</dd>
</dl>
(W3C definition list specification)